|
Menu location |
---|
Sketch → Sketcher constraints → Constrain equal |
Workbenches |
Sketcher |
Default shortcut |
E |
Introduced in version |
- |
See also |
Constrain radius |
Constrângerea de egalitate forțează două sau mai multe segmente de linie, o poli-linie sau un dreptunghi să aibă o lungime egală. Dacă se aplică la arce sau cercuri, razele sunt constrânse să fie egale. Nu poate fi aplicată primitivelor geometrice care nu sunt de același tip (de exemplu, segmente de linie și arcuri de cerc).
See also: Drawing aids.
Sketch.addConstraint(Sketcher.Constraint('Equal', Edge1, Edge2))
The Sketcher scripting page explains the values which can be used for Edge1
and Edge2
and contains further examples on how to create constraints from Python scripts.